keccak256

(alias) function keccak256(input: byte_array): byte_array

Compute the Keccak256 digest (hash) of the given byte array.

Alias

Alias target

Return

the Keccak256 digest as a byte array of length 32

Since

0.10.6

Parameters

input

the data to digest